home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / i / imagefxv2.1a.lha / ImageFX / Rexx / AutoFX / Load_Mapped.ifx < prev    next >
Text File  |  1996-03-02  |  491b  |  25 lines

  1. /*
  2.  * AutoFX:  Load_Mapped.ifx
  3.  *
  4.  * Load a file as a colormapped image.
  5.  *
  6.  * Written by Thomas Krehbiel
  7.  *
  8.  * Inputs:
  9.  *    Word(Arg(1),1) = Frame number (1 - N)
  10.  *    Word(Arg(1),2) = Main filename ("-" if not specified)
  11.  *    Word(Arg(1),3) = Swap filename ("-" if not specified)
  12.  *    Word(Arg(1),4) = Sequence number
  13.  *    Word(Arg(1),5) = Total number of frames (N)
  14.  *
  15.  * Returns:
  16.  *    0 if successful, non-zero on failure
  17.  *
  18.  */
  19.  
  20. OPTIONS RESULTS
  21.  
  22. LoadMapped Word(Arg(1),2)
  23.  
  24. EXIT rc
  25.